home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.xsave / 000066_dlewis@dawsoncollege.qc.ca_Tue Jan 30 14:14:11 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!reader1.panix.com!panix!newsfeed-00.mathworks.com!newscon02.news.prodigy.net!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.clg.qc.ca!news.clg.qc.ca.POSTED!not-for-mail
  2. NNTP-Posting-Date: Mon, 29 Jan 2007 08:31:17 -0600
  3. From: "Don Lewis" <dlewis@dawsoncollege.qc.ca>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: record length translate
  6. Date: Mon, 29 Jan 2007 09:31:42 -0500
  7. X-Priority: 3
  8. X-MSMail-Priority: Normal
  9. X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
  10. X-RFC2646: Format=Flowed; Original
  11. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
  12. Message-ID: <EvKdnTZhodermCPYnZ2dnUVZ_qunnZ2d@clg.qc.ca>
  13. Lines: 14
  14. NNTP-Posting-Host: 198.168.50.26
  15. X-Trace: sv3-P7X3a076xHaUmPjp5rBiz5dCLqXzGOQIUI+adVzB0KNqEX6+2LCUMISG78O58/IKzF07HBg4MHoj0OT!ZSoyq5pwqAsOxKVTeAW6mK6YTbU1JZ9eJv/yI0UvBtsQUPo8ZPU5gcxwHVhABFEbGcW5wxAUVJ3r!whb3WVQ=
  16. X-Complaints-To: abuse@clg.qc.ca
  17. X-DMCA-Complaints-To: abuse@clg.qc.ca
  18. X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
  19. X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
  20. X-Postfilter: 1.3.32
  21. Xref: panix comp.protocols.kermit.misc:15636
  22.  
  23. I'm using Kermit 8.0.209 under VMS 7.3-2
  24. I receive a ziped archive of files which are created on a system using code 
  25. page 850.  I need the data to be iso-latin1. Kermit translates the 
  26. characters correctly using the command translate source-file cp850 
  27. latin1-iso translated-file.  The problem is that Kermit breaks up records 
  28. that are longer than 254 bytes into multiple 254 byte records.  The incoming 
  29. file is defined as stream_lf with carriage return carriage control.  I can 
  30. convert the file to variable with a declared record length, but Kermit still 
  31. breaks up long records.  Is there a setting to change this behavior, or is 
  32. 254 bytes a Kermit limitation?
  33. Thanks,
  34. Don Lewis 
  35.  
  36.